Skip to content

Conversation

@atomicknight
Copy link

@atomicknight atomicknight commented May 12, 2016

This change adds a new 'packagingTypeMappings' configuration setting to
support mapping of custom packaging types to standard packaging types.
Example configuration:

  <configuration>
    <packagingTypeMappings>
      <packagingTypeMapping>
        <type>custom-jar</type>
        <mapping>jar</mapping>
      </packagingTypeMapping>
    </packagingTypeMappings>
  </configuration>

This change adds a new 'packagingTypeMappings' configuration setting to
support mapping of custom packaging types to standard packaging types.
Example configuration:

  <configuration>
    <packagingTypeMappings>
      <packagingTypeMapping>
        <type>custom-jar</type>
        <mapping>jar</mapping>
      </packagingTypeMapping>
    </packagingTypeMappings>
  </configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant